@font-face {
    font-family: justice_league;
    src: url(fonts/justice_league-webfont.woff);
    src: url(fonts/justice_league-webfont.woff2);
    src: url(fonts/justice_league-webfont.eot lite);
}
@font-face {
    font-family: opensans-light;
    src: url(fonts/opensans-light-webfont.woff);
    src: url(fonts/opensans-light-webfont.woff2);
    src: url(fonts/opensans-light-webfont.eot lite);
}
@font-face {
    font-family: opensans-regular;
    src: url(fonts/opensans-regular-webfont.woff);
    src: url(fonts/opensans-regular-webfont.woff2);
    src: url(fonts/opensans-regular-webfont.eot lite);
}
@font-face {
    font-family: opensans-semibold;
    src: url(fonts/opensans-semibold-webfont.woff);
    src: url(fonts/opensans-semibold-webfont.woff2);
    src: url(fonts/opensans-semibold-webfont.eot lite);
}
@font-face {
    font-family: opensans-bold;
    src: url(fonts/opensans-bold-webfont-webfont.woff);
    src: url(fonts/opensans-bold-webfont.woff2);
    src: url(fonts/opensans-bold-webfont.eot lite);
}
@font-face {
    font-family: 'bignoodletitlingregular';
    src: url('fonts/big_noodle_titling-webfont.eot');
    src: url('fonts/big_noodle_titling-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/big_noodle_titling-webfont.woff2') format('woff2'),
         url('fonts/big_noodle_titling-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'bignoodletitlingoblique';
    src: url('fonts/big_noodle_titling_oblique-webfont.eot');
    src: url('fonts/big_noodle_titling_oblique-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/big_noodle_titling_oblique-webfont.woff2') format('woff2'),
         url('fonts/big_noodle_titling_oblique-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'arialregular';
    src: url('fonts/arial-webfont.eot');
    src: url('fonts/arial-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/arial-webfont.woff2') format('woff2'),
         url('fonts/arial-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


@font-face {font-family: "Constantia";
  src: url("fonts/3c5c04dedf3c67edb692db6972eed7a4.eot"); /* IE9*/
  src: url("fonts/3c5c04dedf3c67edb692db6972eed7a4.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
  url("fonts/3c5c04dedf3c67edb692db6972eed7a4.woff2") format("woff2"), /* chrome、firefox */
  url("fonts/3c5c04dedf3c67edb692db6972eed7a4.woff") format("woff"), /* chrome、firefox */
  url("fonts/3c5c04dedf3c67edb692db6972eed7a4.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
  url("fonts/3c5c04dedf3c67edb692db6972eed7a4.svg#Constantia V1") format("svg"); /* iOS 4.1- */
}
* p, h1, h3, h4, h5, h5, ul{
  padding: 0;
  margin: 0;
}
body{
  overflow-x: hidden;
}
/*--------- header Start --------*/
/*------ Top Start -----*/
.top-left a{
    padding: 9px;
    color: #fff;
    font-family: Myriad Pro Regular;
    font-size: 16px;
    display: inline-block;
}
.top-left a:hover{
  color: #8b8b8b;
  text-decoration: none;
}
.top{
  border-bottom: solid 1px #f0f0f0;
  padding: 20px 0;
}
.top-text{
}
.top-text p{
  font-size: 12px;
  color: #c2c2c2;
  font-family: opensans-semibold;
  text-transform: uppercase;
}
.top-icon{
  text-align: right;
  padding-top: 18px;
}
.top-icon ul{
  list-style: none;
  display: block;
  margin: 0;
}
.top-icon li{
display: inline-block;
}
.top-icon a{
  display: inline-block;;
  color: #fff;
  padding-left: 15px;
  padding-top: 11px;
  padding-bottom: 11px;
  line-height: 0 !important;
  font-family: bignoodletitlingregular;
  font-size: 18px;
  text-decoration: underline;
}
.top-icon a:hover{
  color: #ed0103;
}
/*------ Top End -----*/



/*------ Nav Bar Start -----*/
.navbar-nav {
  font-size:14px;
}
.navbar-nav a:hover{
  color: #fff;
  background-color: #e6e6e6;
}
.nav li a:hover{
    background-color:none;  
}
.navbar-default{
  background: none;
  border: none;
}
.navbar-toggle {
  margin-bottom: : 20px ;
}
.navbar{
  margin: 0;
  border: solid 0px #fff;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #ed0103;
    background-color: transparent;
}
.navbar-default .navbar-nav > li > a{
    color: #ffffff;
    font-family: bignoodletitlingregular;
    font-size: 24px;
    text-transform: uppercase;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #ed0103;
    background-color: transparent;
}
.nav > li > a{
  padding: 61px 17px;
}
.navbar-default .navbar-toggle .icon-bar{
  background-color: #fff;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #ed0103;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #008add;
    float: right;
    padding: 0;
}
.logo{
  padding: 20px 0;
  max-width: 271px;
  width: 100%;
}
.dropdown-menu > li > a{
  color: #181818;
  font-family: Myriad Pro Semibold;
  font-size: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus{
  color: #ffff;
  background-color: #03a9f4;

}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  background-color: #ed0103;
  color: #fff;
}
/*------ Nav Bar End -----*/

/*------ Search Start -----*/
.nav-icon{
    padding: 22px 0px;
    text-align: right;
}
.nav-icon ul{
  list-style: none;
  display: block;
  margin: 0;
} 
.nav-icon li{
  display: inline-block;
  padding-left: 15px;
}
.nav-icon a{
  display: block;
  padding: 39px 0;
}
.search-ser{
  padding-right: 10px;
}
.searchTerm{
  background-color: transparent;
  border: 0;
  border-bottom: solid 7px #ed0103;
  color: #ed0103;
  height: 100px;
  padding-left: 15px;
  width: 100%;
  font-family: Myriad Pro Regular;
  font-size: 25px;
  max-width: 800px;
  margin-top: 43vh;
}
.searchButton{
  border: solid 2px #e5e5e5;
  border-left:   0;
  height: 26px;
  width: 26px;
  margin-left: -10px;
  background-color: #eeeeee;
  color: #999999;
}
.search-main{
  background-color: #f5f5f5;
  padding-top: 25px;
  padding-bottom: 25px;
  text-align: center;
}
.search-text{
  text-align: center;
}
.search-text p{
  color: #666666;
  font-size: 14px;
  font-family: helvetica;
  padding-bottom: 20px;
  letter-spacing: 4px;
}
#panel{
  width: 100%;
  margin-right: -100%;
  position: fixed;
  right: 0;
  top: 0;
  height: 100%;
  background-color: rgb(0,0,0,0.9);
  transition: all 0.5s ease;
  transition-timing-function: ease-out;
  transition-duration: 2s;
  z-index: 999;
}
.slow{
  margin-right: 0px !important;
  transition: all 0.5s ease;
    transition-timing-function: ease-in;
    transition-duration: 2s;
  z-index: 999;
}
/*------ Search End -----*/









@media screen and (max-width: 1199px){
  .nav > li > a {
    padding: 61px 7px;
}
}



@media screen and (max-width: 991px){
  .navbar-default .navbar-nav > li > a{
    font-size: 21px;
  }
  .nav > li > a {
    padding: 61px 5px;
  }
  .logo {
    padding: 29px 0;
    max-width: 271px;
    width: 100%;
  }
}



@media screen and (max-width: 767px){
  .navbar-toggle{
    margin-right: 0px;
    padding: 0;
    border:0;
  }
  .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: transparent;
  }
  .navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #fff;
    float: unset;
    padding: 0;
    text-align: center;
    overflow: unset;
  }
  .nav > li > a {
    padding: 20px 5px;
  }
  .navbar-default .navbar-nav > li > a{
    font-size: 18px;
  }
  .logo-xs{
    max-width: 200px;
    width: 100%;
  }
  .navbar-toggle{
    margin-top: 27px;
  }
}
/*--------- header End --------*/










.get-in-toch-fluid{
  background-color: #13182a;
  padding: 43px 15px;
  border-bottom: solid 1px #292d3c;
  margin-top: -1px;
}
.get-in-toch{
  padding: 28px 0 0;
  height: 101px;
}
.get-in-toch h3{
  font-family: bignoodletitlingregular;
  font-size: 24px;
  color: #ed0103;
}
.get-in-toch p{
  font-family: opensans-regular;
  font-size: 15px;
  color: #ffffff;
}












@media screen and (max-width: 767px){
  .get-in-toch{
    margin-bottom: 20px;
  }
}
















/*--------- Our Categories Start --------*/
.cat-fluid{
  background-image: url(im/cat-bg.png);
  background-repeat: no-repeat;
  background-size: cover;background-position: center;
  padding-top: 80px;
  padding-bottom: 136px;
}
.cat-main-text{
  text-align: center;
  padding: 0px 0 50px;
}
.cat-main-text h1{
  font-family: bignoodletitlingregular;
  font-size: 60px;
  color: #ffffff;
  text-transform: uppercase;
}
.cat-main-text p{
  font-family: arialregular;
  font-size: 20px;
  color: #000;
  text-transform: capitalize;
}
.cat-text ul{
  display: block;
  list-style: none;
}
.cat-text li{
  display: block;
}
.cat-text a{
  font-family: bignoodletitlingregular;
  font-size: 30px;
  color: #fff;
  display: inline-block;
  line-height: 23px;
  transition: all 0.5s ease;
}
.cat-text img{
  opacity:  0;
  padding-right: 23px;
  transition: all 0.5s ease;
}
.cat-text a:hover{
  font-size: 50px;
  text-decoration: none;
}
.cat-text a:hover img{
  opacity: 1;
}





@media screen and (max-width: 991px){
  .cat-text a{
    font-size: 25px;
  }
  .cat-text a:hover{
    font-size: 35px;
  }
  .cat-main-text{
  }
}


@media screen and (max-width: 767px){
  
}



@media screen and (max-width: 550px){
  .cat-main-text p {
    font-size: 15px;
}
.cat-main-text h1 {
    font-size: 35px;
  }
  .cat-text a {
    font-size: 20px;
}
  .cat-text a:hover {
    font-size: 25px;
}
}
/*--------- Our Categories End --------*/










/*--------- Special Products Start --------*/
.special-products-fluid{
  background-image: url(im/feature-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 35px;
  padding-bottom: 0px;
}
.special-products-fluid{
  text-align: center;
}
.special-products-fluid h1{
  font-family: bignoodletitlingregular;
  font-size: 40px;
  color: #000;
  text-transform: uppercase;
  padding-bottom: 30px;
}
.special{
  position: relative;
  background-color: #13182a;
  border-radius: 5px;
  text-align: center;
  overflow: hidden;
  height: 450px;
}
.special-text{
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  transition: all 0.5s ease;
}
.special-text h4{
  font-size: 48px;
  color: #ffffff;
  font-family: bignoodletitlingregular;
}
.special-text p{
  font-size: 14px;
  color: #ffffff;
  font-family: opensans-regular;
  padding-top: 10px;
  padding-bottom: 20px;
}
.special-text a{
  font-size: 14px;
  color: #ffffff;
  font-family: opensans-regular;
  padding: 25px 30px;
  background-color: #ed0103;
  display: inline-block;
  border-radius: 8px;
  line-height: 15px;
  text-transform: uppercase;
}
.special-hover{
  opacity: 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom:0;
  margin-bottom: 0;
  width: 100%;
  height: 0%;
  background-color: rgb(0,0,0,0.2);
  border-radius: 10px;
  transition: all 0.5s ease;
}
.special-hover-img{
  padding: 7px 7px;
  background-color: #03a9f4;
  margin-top: 0px;
  border-radius: 0px 0px 10px 10px; 
  text-align: center;
  animation-name: top;
  animation-duration: 4s;
  animation-iteration-count: 2;
  animation-direction: alternate-reverse;
  transition: all 0.7s ease;
}
.special-hover-img div{
  padding-top: 23px;
  padding-bottom: 23px;
  border: solid 1px #fff;
  border-radius: 0px 0px 10px 10px; 
}
.special-hover-img a{
  padding: 0 5px;
}
.special:hover .special-hover-img{
  margin-top: 230px; 
}
.special:hover .special-hover{
  opacity: 1;
  height: 100%
}
.slider_control{
  height: 0px;
}
.prev-prev1{
   margin-left:-2%;
   position: relative;
   bottom: 205px;
   z-index: 9;
}
.next-next1{
   margin-left: 98.8%;
   position: relative;
   bottom: 245px;
   z-index: 9;
}
.h2-hover{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  font-size: 20px;
  color: #fff;
  font-family: bignoodletitlingregular;
  background-color: #181818;
  opacity: 0;
  line-height: 18px;
  text-transform: capitalize;
  transition: all 0.3s ease;
}
.special-text-s{
  background-color: #13182a;
  text-align: left;
  position: relative;
  padding: 20px 10px 50px;
  position: absolute;
bottom: 0;
width: 100%;
}
.special-text-s h4{
  font-size: 16px;
  color: #fff;
  font-family: opensans-regular;
}
.special-text-s p{
  font-family: opensans-regular;
  font-size: 14px;
  color: #fff;
}
.special-text-s a{
  position: absolute;
  top: 47px;
  right: 10px;
}






@media screen and (max-width: 1199px){
  .special:hover .special-hover-img{
    margin-top: 229px; 
  }
}



@media screen and (max-width: 994px){
  .special:hover .special-hover-img{
    margin-top: 229px; 
  }
}




@media screen and (max-width: 767px){
  .cat-top{
    padding-top: 20px;
  }
  .next-next1{
    margin-left: 96.4%;
  }
  .special:hover .special-hover-img {
    margin-top: 229px;
  }
}





@media screen and (max-width: 725px){
  .next-next1 {
    margin-left: 95.4%;
  }
  .prev-prev1{
    margin-left: -1%;
  }
}







@media screen and (max-width: 574px){
  .next-next1 {
    margin-left: 93.2%;
  }
}

@media screen and (max-width: 480px){
  .special:hover .special-hover-img {
    margin-top: 229px;
  }
}



@media screen and (max-width: 398px){
  .next-next1 {
    margin-left: 90.2%;
  }
  .prev-prev1{
    margin-left: -4%;
  }
}
/*--------- Special Products End --------*/











/*--------- About Us  Start --------*/
.about-fluid{
  background-color: #0a0d1c;
  padding: 62px 15px 45px;
}
.about-text{
  text-align: left;
  padding-top: 100px;
}
.about-text h1{
  font-size: 40px;
  color: #ffffff;
  font-family: Constantia;
  text-transform: capitalize;
  padding-bottom: 36px;
}
.about-text h1 span{
  color: #ed0103;
}
.about-text h1::before{
  content: "";
  height: 3px;
  width: 50px;
  background-color: #ed0103;
  position: absolute;
  top: 180px;
  left: 15px;
}
.about-text h5{
  font-size: 14px;
  color: #ffffff;
  font-family: opensans-regular;
  margin: 0;
  padding-top: 49px;
  padding-bottom: 35px;
  line-height: 28px;
  max-width: 540px;
  width: 100%;
}
.about-text p{
  font-size: 14px;
  color: #868686;
  font-family: opensans-regular;
  max-width: 540px;
  width: 100%;
  opacity: 1;
  line-height: 28px;
}
.about-text p a{
  background-image: url(im/read-more-bg.png);
  background-position: center right;
  background-repeat: no-repeat;
  font-family: bignoodletitlingregular;
  font-size: 16px;
  color: #ed0103;
  padding-left: 10px;
  padding-right: 10px;
  opacity: 1;
}







@media screen and (max-width: 1199px){
  .about-text h1 {
    font-size: 30px;
  }
}
/*--------- About Us  End --------*/










.clinte-fluid{
  background-color: #13182a;
  padding: 142px 15px;
  text-align: center;
}
.clinte-fluid h1{
  letter-spacing: 5px;
  font-family: bignoodletitlingregular;
  font-size: 40px;
  color: #ffffff;
  padding-bottom: 100px;
  position: relative;
}
.clinte-fluid h1::before{
  content: "";
  height: 3px;
  width: 50px;
  position: absolute;
  top: 66px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: #ed0103;
}












/*--------- Map  Start --------*/
.map-text{
  text-align: left;
}
.map-text ul{
  list-style: none;
  display: block;
  padding-top: 74px;
}
.map-text li{
  display: block;
  padding: 15px 0;
}
.map-text img{
  display: inline-block;
}
.map-text h3{
  display: inline-block;
  font-size: 16px;
  color: #444444;
  font-family: opensans-bold;
  padding-left: 15px;
}
.map-text p{
  font-size: 14px;
  color: #868686;
  font-family: opensans-regular;
  display: inline-block;
}
/*--------- Map  End --------*/
















/*--------- Bottom Start --------*/
.bottom-fluid{
  background-color: #f5f5f5;
  padding-bottom: 30px;
}
.bottom-text{
  border-bottom: solid 1px #727272;
  padding-top: 34px; 
}
.bottom-text h3{
  font-family: opensans-semibold;
  font-size: 16px;
  color: #727272;
  text-transform: uppercase;
  display: inline-flex;
  padding-bottom: 19px;
}
.bottom p{
  font-family: opensans-regular;
  font-size: 12px;
  color: #666666;
  padding-top: 20px;
  padding-bottom: 20px;
}
.bottom input{
  border: 0;
  border-bottom: solid 1px #925186;
  border-style: dotted;
  font-family: opensans-regular;
  font-size: 12px;
  color: #925186;
  text-transform: uppercase;
  width: 82px;
}
.bottom button{
  border: solid 1px #f0f0f0;
  background-color: #eeeeee;
  font-family: opensans-regular;
  font-size: 12px;
  color: #999999;
  text-transform: uppercase;
  margin-top: 19px;
  padding-top: 5px;
  padding-bottom: 2px;
}
.bottom button i{
  color: #999999;
  padding-left: 11px;
}
.bottom-link {
  padding-top: 18px;
}
.bottom-link ul{
  display: block;
  list-style: none;
}
.bottom-link li{
  display: block;
}
.bottom-link a{
  font-family: opensans-regular;
  font-size: 14px;
  color: #8e8d8d;
  text-transform: uppercase;
  padding-top: 5px;
  padding-bottom: 5px;
  background-image: url(im/top.png);
  background-repeat: no-repeat;
  background-position: center left;
  padding-left: 15px;
  display: block;
}
.bottom-link a:hover{
  text-decoration: none;
  color: #03a9f4;
}
.bottom-mid-text{
  padding-top: 23px;
}
.bottom-mid-text h3{
  font-family: opensans-regular;
  font-size: 12px;
  color: #666666;
  text-transform: uppercase;
  background-image: url(im/top.png);
  background-repeat: no-repeat;
  background-position: center left;
  padding-left: 11px;
}
.bottom-mid-text h4{
  font-family: opensans-regular;
  font-size: 12px;
  color: #666666;
  padding-left: 11px;
  padding-top: 9px;
  padding-bottom: 15px;
}
.bottom-bt-text{
  border-top: solid 1px #f0f0f0;
  font-family: opensans-regular;
  font-size: 14px;
  color: #666666;
  text-transform: uppercase;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #eeeeee;
}
.bottom-about ul{
  list-style: none;
  display: block;
  padding-top: 20px;
}
.bottom-aboutt li{
  display: block;
  padding-bottom: 7px;
  padding-top: 7px;
}
.bottom-about h3{
  display: inline-block;
  font-size: 14px;
  color: #444444;
  font-family: opensans-regular;
  background-image: url(im/oppining-watch.png);
  background-repeat: no-repeat;
  background-position: center left;
  padding-left: 30px;
  padding-right:  10px;
  padding-top: 5px;
padding-bottom: 5px;
  text-align: left;
}
.bottom-about p{
  text-align: right;
  font-size: 14px;
  color: #868686;
  font-family: opensans-regular;
  display: inline-block;
  padding: 0;
}
.btmlinks a{
  font-size: 15px;
  font-family: opensans-regular;
  color: #ffffff;
  padding: 18px 0;
  padding-left: 20px;
  border-bottom: solid 1px #1d2334;
  background-image: url(im/bottom-dot.png);
  background-repeat: no-repeat;
  background-position: left center;
  display: block;
  width: 100%;
  text-align: left;
}
.quick-fluid{
  background-image: url(im/quick-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 80px 15px;
  text-align: center;
}
.quick-fluid h1{
  font-size: 40px;
  color: #ffffff;
  font-family: Constantia;
  padding-bottom: 35px;
}
.quick-fluid h1 span{
  color: #e43d4e;
}
.get-in-toch-fluid{
  background-color: #13182a;
  text-align: center;
}
.get-in-toch-fluid h1{
  letter-spacing: 5px;
  font-family: bignoodletitlingregular;
  font-size: 40px;
  color: #ffffff;
  padding-bottom: 100px;
  position: relative;
}
.get-in-toch-fluid h1::before{
  content: "";
  height: 3px;
  width: 50px;
  position: absolute;
  top: 66px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: #ed0103;
}













@media screen and (max-width: 991px){
  .bottom-respons{
    float: right;
  }
  .bottom-responsive{
    float: left;
  }
}
@media screen and (max-width: 767px){
  .bottom-respons{
    float: unset;
  }
  .bottom-responsive{
    float: unset;
  }
  .quick-fluid h1 {

    font-size: 27px;
  }
  .quick-fluid{
    padding: 20px 15px;
  }
  .clinte-fluid{
    padding: 40px 15px;
  }
}
/*--------- Bottom End --------*/